home *** CD-ROM | disk | FTP | other *** search
- SideSplitView = {
- ACTIONS = {};
- OUTLETS = {dimple = dimple; leftView = leftView; rightView = rightView; };
- SUPERCLASS = View;
- };
- CESideSplitView = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = SideSplitView; };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- CEClassEditor = {
- ACTIONS = {
- "close:" = "close:";
- "reparseMethods:" = "reparseMethods:";
- "resolveLock:" = "resolveLock:";
- "save:" = "save:";
- "selectNewMethod:" = "selectNewMethod:";
- "selectNewMethodFromText:" = "selectNewMethodFromText:";
- "showAllFiles:" = "showAllFiles:";
- "showCheatWindow:" = "showCheatWindow:";
- "showDocumentationOnly:" = "showDocumentationOnly:";
- "showImplementationOnly:" = "showImplementationOnly:";
- "showInterfaceOnly:" = "showInterfaceOnly:";
- "switchToNewDisplayMode:" = "switchToNewDisplayMode:";
- "textDidChange:" = "textDidChange:";
- "textDidGetKeys:" = "textDidGetKeys:";
- "textShouldPerformCompletion:" = "textShouldPerformCompletion:";
- "undo:" = "undo:";
- "windowDidBecomeKey:" = "windowDidBecomeKey:";
- "windowWillClose:" = "windowWillClose:";
- };
- OUTLETS = {
- browser = browser;
- cheatWindow = cheatWindow;
- classHierarchyField = classHierarchyField;
- docuFile = docuFile;
- docuTextView = docuTextView;
- filename = filename;
- headerFile = headerFile;
- methodList = methodList;
- methodNameField = methodNameField;
- modePopup = modePopup;
- secondaryBrowser = secondaryBrowser;
- secondaryModePopup = secondaryModePopup;
- secondarySelection = secondarySelection;
- selection = selection;
- selectorNameField = selectorNameField;
- sourceFile = sourceFile;
- sourceTextView = sourceTextView;
- window = window;
- };
- SUPERCLASS = Object;
- };
-